home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 025a / mtg21.zip / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1992-01-01  |  679b  |  19 lines

  1. echo off
  2. cls
  3. echo First,  you must  de-compress  the file  MTG21.DOC by  running the self-
  4. echo extracting  archive  MTG21DOC.EXE.   If you  haven't  already done this,
  5. echo exit this batch file by  pressing CTRL-C (hold down Ctrl  and  press C).
  6. echo Then,  at the DOS prompt type:  MTG21DOC  and  you'll see the file being
  7. echo de-compressed.   When it's finished, run this batch file again by typing
  8. echo PRINTDOC, and follow the instructions below.
  9. echo  
  10. echo Switch on your printer, with the print head at the perforation. You will
  11. echo need 53 sheets of paper to print the entire manual.
  12. echo   
  13. pause
  14. cls
  15. echo PRINTING...
  16. copy mtg21.doc prn
  17. echo on
  18. cls
  19.